home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1092.lha / Programs / ErrorMsg / Glue / Src / PutErrorMsg.s < prev   
Text File  |  1994-06-21  |  264b  |  19 lines

  1.     include    libraries/errormsg_lib.i
  2.  
  3.     XREF    _ErrorMsgBase
  4.     XDEF    _PutErrorMsg
  5.  
  6. _PutErrorMsg
  7.  
  8.     movem.l    d2/a6,-(sp)
  9.     move.l    _ErrorMsgBase,a6
  10.     move.l    12(sp),d0
  11.     move.l    16(sp),d1
  12.     move.l    20(sp),d2
  13.     move.l    24(sp),a0
  14.     jsr    _LVOPutErrorMsg(a6)
  15.     movem.l    (sp)+,d2/a6
  16.     rts
  17.  
  18.     END
  19.